ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / CollectionItemTypeAttribute Class / CollectionItemTypeAttribute Constructor / CollectionItemTypeAttribute Constructor(Type,Object[])
The converter type.
The parameters used to create the converter.

In This Topic
    CollectionItemTypeAttribute Constructor(Type,Object[])
    In This Topic
    Creates an instance of CollectionItemTypeAttribute.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal itemConverterType As Type, _
       ByVal ParamArray itemConverterParameters() As Object _
    )
    public CollectionItemTypeAttribute( 
       Type itemConverterType,
       params object[] itemConverterParameters
    )

    Parameters

    itemConverterType
    The converter type.
    itemConverterParameters
    The parameters used to create the converter.
    See Also